body{
  background-color: rgb(25, 25, 25);
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
.RPS-title{
  font-size: 30px;
  font-family: bold;
}
.move-icon{
  height: 50px;

}
.move-button{
  background-color:transparent;
  border: 2px solid white;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;
}
.result{
  font-size: 25px;
  font-weight: bold;
}
.score{
  margin-top: 60px;
}
.reset-button,
.auto-play-button{
  background-color: white;
  border: none;
  font-size: 15px;
  padding: 5px 15px;
  cursor: pointer;
}